home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Offline Browsing / Surfsaver.exe / data1.cab / Program_Data_Files / scripts.lst < prev    next >
Encoding:
File List  |  2000-09-29  |  634 b   |  37 lines

  1. <!-- //
  2. if (top.location != self.location) {
  3.     top.location=self.location
  4. }
  5. // -->
  6. ~^
  7. if (top != self)
  8. {  top.location = location
  9. }
  10. ~^
  11. <!-- Hide script from old browsers
  12. if (top.location != self.location) {
  13.         top.location = self.location
  14. }
  15. // End hiding script from old browsers -->
  16. ~^
  17. <!--
  18. if (top == self) self.location.href = "index.html";
  19. // --> 
  20. ~^
  21. <!--
  22. if (window != window.top)
  23.   top.location.href = location.href;
  24. // -->
  25. ~^
  26. <!-- // this is the code that prevents outside framesets
  27.  
  28.  
  29. if(top.location != self.location){
  30.  
  31. top.location = self.location
  32.  
  33. }
  34.  
  35.  
  36.         //no more code -->
  37. ~^